Class com.symantec.itools.swing.ListChooserEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.swing.ListChooserEvent

Object
   |
   +----EventObject
           |
           +----com.symantec.itools.swing.ListChooserEvent

public class ListChooserEvent
extends EventObject

Variable Index

 o ADD
 o ADD_ALL
 o CLEAR
 o DOWN
 o REMOVE
 o UP

Constructor Index

 o com.symantec.itools.swing.ListChooserEvent(Object, ListModel, ListModel, int)

Method Index

 o getAvailableListModel()
 o getSelectedListModel()
 o getType()

Variables

 o ADD
public static final int ADD
 o ADD_ALL
public static final int ADD_ALL
 o CLEAR
public static final int CLEAR
 o DOWN
public static final int DOWN
 o REMOVE
public static final int REMOVE
 o UP
public static final int UP

Constructors

 o ListChooserEvent
public ListChooserEvent(Object source,
                        ListModel availableListModel,
                        ListModel selectedListModel,
                        int type)

Methods

 o getAvailableListModel
public com.sun.java.swing.ListModel getAvailableListModel()
 o getSelectedListModel
public java.lang.Object getSelectedListModel()
 o getType
public int getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index